home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Amic 1.0 pre-release.adf / S / AMIC-CONF.Fast next >
Text File  |  1988-08-09  |  3KB  |  91 lines

  1. <YPOS 20        'Window Y Position
  2.  
  3. <WINCOLOR  7        'Window Color
  4. <BACKCOLOR 2        'Background Color
  5. <BORDER1   3        'Border 1 Color
  6.  
  7. <TITLE AMIC-2000 EMAIL
  8.  
  9. <MOREMENU NULL
  10. <PREVMENU MAIN
  11. <DELAY 0        'Delay in Sendout
  12.  
  13. -------------------------------------------------------------------
  14. TYPE           OUTSTR? LINK?  TIESTR? SENDTIE?
  15. -------------------------------------------------------------------
  16.   0        NO    NO    NO    NO
  17.   1        YES    NO    NO    NO
  18.   2        NO    YES    NO    NO
  19.   3        NO    NO    YES    NO
  20.   4        YES    YES    NO    NO
  21.   5        NO    YES    YES    NO
  22.   6             YES    NO    NO    YES
  23.   7             YES    YES    NO    YES
  24. +10             Icon goes to the left, FieldText is 4 chars shorter
  25. -------------------------------------------------------------------
  26. COMMAND         DOES?
  27. -------------------------------------------------------------------
  28. -------------------------------------------------------------------
  29.  
  30.  
  31.  -- TextPen                                                  [ 1]
  32.  | -- BackPen                                                 [ 3]
  33.  | | -- Type                                                   [ 5]
  34.  | | |  -- Border                                               [ 8]
  35.  | | |  |  -- Graphic                                            [10]
  36.  | | |  |  |    -- Command                                        [13]
  37.  | | |  |  |    | -- Argument                                      [18]
  38.  | | |  |  |    | |        -- LinkMenu                              [27]
  39.  | | |  |  |    | |        |    -- FieldText                         [32]
  40.  | | |  |  |    | |        |    |                -- SendOut String    [49]
  41.  | | |  |  |    | |        |    |                |
  42.  V V V  V  V    V V        V    V                V
  43. --------------------------------------------------------------------------------
  44. >1,2, 0,0, 0,   0,        ,    ,   PROJECT      ,0
  45. .BLANK
  46. >5,0,11,0, 5,   0,        ,    ,HELP!           ,H
  47. >1,0, 1,0, 0,   0,        ,    ,Instructions    ,1
  48. >1,0, 1,0, 0,   0,        ,    ,Who is Online?  ,W
  49. >1,0, 1,0, 0,   0,        ,    ,Command Summary ,2
  50. >1,0, 1,0, 0,   0,        ,    ,Time Online?    ,T
  51. >1,0, 1,0, 0,   0,        ,    ,Page the SYSOP  ,C
  52. .BLANK
  53. >7,0,14,0, 8,   0,        ,MAIN,TO MAIN         ,OT
  54. >5,0,11,0, 5,   0,        ,    ,GOOD-BYE        ,GN
  55.  
  56.  
  57. .NEWCOLUMN
  58. >1,2, 0,0, 0,   0,        ,    ,PRE-CONFERENCE  ,0
  59. .BLANK
  60. >1,0, 3,0, 0,   0,        ,    ,General Party   ,OT53
  61. >1,0, 3,0, 0,   0,        ,    ,Amiga-Line      ,OA6
  62. >1,0, 3,0, 0,   0,        ,    ,IBM-Line        ,OI6
  63. >1,0, 3,0, 0,   0,        ,    ,CBM-Line        ,OC6
  64.  
  65. .NEWCOLUMN
  66. >1,2, 0,0, 0,   0,        ,    ,CHANNELS        ,0
  67. .BLANK
  68. >1,0, 6,0, 0,   0,        ,    ,Channel 1       ,1
  69. >1,0, 6,0, 0,   0,        ,    ,Channel 2       ,2
  70. >1,0, 6,0, 0,   0,        ,    ,Channel 3       ,3
  71. >1,0, 6,0, 0,   0,        ,    ,Channel 4       ,4
  72.  
  73. .NEWCOLUMN
  74. >1,2, 0,0, 0,   0,        ,    ,CB COMMANDS     ,0
  75. .BLANK
  76. >1,0, 1,0, 0,   0,        ,    ,Conference Help ,/H\r
  77. >5,4, 0,0, 0,   0,        ,    ,Load CB Macros  ,0
  78. >1,0, 1,0, 0,   0,        ,    ,Who's in Conf.  ,/W\r
  79. >1,0, 1,0, 0,   0,        ,    ,Set Ignore      ,/I 
  80. >1,0, 1,0, 0,   0,        ,    ,Exit Conference ,/Q\r
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.